home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD BIT 75
/
CD BIT 75.iso
/
Software
/
LogOut
/
disk1
/
_SETUP.1
/
GCondom7.exe
/
0
/
RCDATA
/
TFRVBANDEDITORFORM
/
TFRVBANDEDITORFORM.txt
< prev
Wrap
Text File
|
2004-10-21
|
2KB
|
118 lines
object frVBandEditorForm: TfrVBandEditorForm
Left = 200
Top = 108
BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
BorderStyle = bsDialog
Caption = 'Select datasource'
ClientHeight = 126
ClientWidth = 399
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 200
Top = 100
Width = 16
Height = 16
AutoSize = True
Picture.Data = {<image000.bmp>}
Visible = False
end
object Image2: TImage
Left = 220
Top = 100
Width = 16
Height = 16
AutoSize = True
Picture.Data = {<image001.bmp>}
Visible = False
end
object Button1: TButton
Left = 236
Top = 96
Width = 75
Height = 25
HelpContext = 40
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object Button2: TButton
Left = 316
Top = 96
Width = 75
Height = 25
HelpContext = 50
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object GroupBox1: TGroupBox
Left = 4
Top = 4
Width = 185
Height = 117
Caption = 'Bands'
TabOrder = 2
object LB1: TListBox
Left = 8
Top = 16
Width = 169
Height = 93
HelpContext = 105
ItemHeight = 16
Style = lbOwnerDrawFixed
TabOrder = 0
OnClick = LB1Click
OnDrawItem = LB1DrawItem
end
end
object GroupBox2: TGroupBox
Left = 196
Top = 4
Width = 197
Height = 81
Caption = 'Datasource'
TabOrder = 3
object Label1: TLabel
Left = 8
Top = 52
Width = 87
Height = 13
Caption = 'Number of records'
FocusControl = Edit1
end
object CB1: TComboBox
Left = 8
Top = 16
Width = 181
Height = 22
HelpContext = 88
Style = csOwnerDrawFixed
ItemHeight = 16
Sorted = True
TabOrder = 0
OnClick = CB1Click
OnDrawItem = CB1DrawItem
OnExit = CB1Exit
end
object Edit1: TEdit
Left = 132
Top = 48
Width = 57
Height = 21
HelpContext = 95
TabOrder = 1
Text = '1'
OnExit = CB1Exit
end
end
end